home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / utils / sadel101.zip / SAFEDEL.DOC < prev    next >
Text File  |  1996-04-24  |  4KB  |  177 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.                                 S A F E D E L    
  12.  
  13.                                     v 1.01
  14.  
  15.                       Copyright 1994 Vincent Penquerc'h
  16.                              All Rights Reserved
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.                             DISCLAIMER OF WARRANTY
  25.  
  26.  
  27. THE AUTHOR WILL REFER TO VINCENT PENQUERC'H.
  28.  
  29. THE PROGRAM WILL REFER TO SAFEDEL, INCLUDING THE PROGRAM ITSELF, ITS
  30. DOCUMENTATION, AND ANY FILE IN THE ORIGINAL SAFEDEL PACKAGE.
  31.  
  32. THE AUTHOR HEREBY DISCLAIMS ALL WARRANTIES RELATING TO THIS PROGRAM,
  33. WHENEVER EXPRESSED OR IMPLIED, INCLUDING WITHOUT ANY LIMITATION ANY
  34. IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  35.  
  36. THE AUTHOR WILL NOT BE LIABLE FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL,
  37. INDIRECT OR SIMILAR DAMAGES DUE TO LOSS OF DATA, DAMAGE OF HARDWARE OR
  38. ANY OTHER REASON, EVEN IF THE AUTHOR WAS ADVISED OF THE POSSIBILITY OF
  39. SUCH LOSS OR DAMAGE.
  40.  
  41. THIS PROGRAM AND DOCUMENTATION ARE RELEASED "AS IS" AS SHAREWARE. IT IS
  42. COPYRIGHTED BY THE AUTHOR, AND ALL RIGHTS AND OWNERSHIP ARE KEPT WITH THE
  43. AUTHOR. YOU MAY USE IT, COPY IT, AND GIVE IT TO ANYBODY AS LONG AS NO
  44. MODIFICATIONS ARE MADE.
  45.  
  46. PROGRAM AND DOCUMENTATION COPYRIGHT 1994 VINCENT 'INDY' PENQUERC'H, ALL
  47. RIGHTS RESERVED.
  48.  
  49. ALL QUOTED PRODUCT AND COMPANY NAMES ARE TRADEMARKS OF THEIR RESPECTIVE
  50. OWNERS.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.                          TABLE OF CONTENTS
  57.  
  58.  
  59.  
  60.  
  61.       1. What is SafeDel?
  62.       2. System requirements
  63.       3. Command line options
  64.       4. Contacting the author
  65.       5. Revision history
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.    1. What is SafeDel ?
  75.       -----------------
  76.  
  77.  
  78.       SafeDel is a TSR program that intercepts DOS calls to delete files
  79.       to replace them with DOS calls to move those files to a specific
  80.       directory so they can be recovered.
  81.  
  82.  
  83.  
  84.  
  85.    2. System requirements
  86.       -------------------
  87.  
  88.  
  89.  
  90.       To use SafeDel, you will need a 8088 based PC, DOS 2.0 or higher.
  91.  
  92.  
  93.  
  94.  
  95.  
  96.    3. Command line options
  97.       --------------------
  98.  
  99.  
  100.       SafeDel's command line is not case sensitive. You can use both upper
  101.       and lower case characters, even mixed.
  102.       To have an overview of all available options, type one of the follwing
  103.       commands at the DOS prompt:
  104.       
  105.         SAFEDEL -?
  106.         SAFEDEL -H
  107.       
  108.       To set the directory where to put the deleted files, use the 'D' switch
  109.       followed with the directory name:
  110.     
  111.         SAFEDEL -D C:\DELFILES
  112.  
  113.       If the directory doesn't exist, SafeDel will create it. Be aware that
  114.       if this directory is removed while SafeDel is resident, no file will
  115.       be erased (the 'file delete' DOS function will return an error so the
  116.       program will know it could not be deleted). 
  117.       You may select the language to be used using the 'L' switch followed 
  118.       with the language you want. The available languages are English (which
  119.       is the default), French and Spanish. For example:
  120.  
  121.         SAFEDEL -L SPANISH
  122.  
  123.       To unload SafeDel from memory, use the 'U' switch:
  124.  
  125.         SAFEDEL -U
  126.  
  127.       For all switches, the '-' sign can be replaced with a '/' sign.
  128.  
  129.  
  130.  
  131.  
  132.    4. Contacting the author
  133.       ---------------------
  134.  
  135.  
  136.       If you have any bug reports, comments, flames or if you want to
  137.       register, feel free to write me at the following email address:
  138.  
  139.       penquerc@enssat.fr
  140.  
  141.       or via snail mail:
  142.  
  143.       Vincent Penquerc'h
  144.       3, rue d'Ecosse
  145.       35200 Rennes
  146.       France
  147.  
  148.  
  149.  
  150.  
  151.       The registration fee for this program is $8 (40 francs for France).
  152.       Please note that SafeDel is shareware and is not free software
  153.       nor public domain software. If you use this program after a two week
  154.       free evaluation period, please register, so I can continue enhancing
  155.       SafeDel and release other neat programs to meet your needs.
  156.       Acceptable payments are in French francs or US $ (in this case, add
  157.       $15 to the fee, due to very high exchange rate from my bank).
  158.       Please see included file ORDER.FRM for more information.
  159.  
  160.  
  161.  
  162.  
  163.  
  164.    5. Revision history
  165.       ----------------
  166.  
  167.  
  168.  
  169.    v1.01  January 8th 1996
  170.             - Fixed a bug thus a path with more that one non-existing
  171.               directory would not be created.
  172.  
  173.  
  174.    v1.0   June 18th 1995
  175.             - First version of SafeDel.
  176.  
  177.